JAMS Developer Guide
GetProperties(ITypeDescriptorContext,Object,Attribute[]) Method


MVPSI.JAMS Namespace > DeltaTimeConverter Class > GetProperties Method : GetProperties(ITypeDescriptorContext,Object,Attribute[]) Method
Syntax
'Declaration
 
Public Overloads Overridable Function GetProperties( _
   ByVal context As System.ComponentModel.ITypeDescriptorContext, _
   ByVal value As System.Object, _
   ByVal attributes() As System.Attribute _
) As System.ComponentModel.PropertyDescriptorCollection
'Usage
 
Dim instance As DeltaTimeConverter
Dim context As System.ComponentModel.ITypeDescriptorContext
Dim value As System.Object
Dim attributes() As System.Attribute
Dim value As System.ComponentModel.PropertyDescriptorCollection
 
value = instance.GetProperties(context, value, attributes)
public virtual System.ComponentModel.PropertyDescriptorCollection GetProperties( 
   System.ComponentModel.ITypeDescriptorContext context,
   System.object value,
   System.Attribute[] attributes
)

Parameters

context
value
attributes
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DeltaTimeConverter Class
DeltaTimeConverter Members
Overload List